-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add the option to provide a groupname and only see its' members in occ group:list #49016
Add the option to provide a groupname and only see its' members in occ group:list #49016
Conversation
bd2d651
to
7b82a6a
Compare
@joshtrichards Hey thanks for tagging/milestoning! Is there anything I can do to help move things along? |
Hello there, We hope that the review process is going smooth and is helpful for you. We want to ensure your pull request is reviewed to your satisfaction. If you have a moment, our community management team would very much appreciate your feedback on your experience with this PR review process. Your feedback is valuable to us as we continuously strive to improve our community developer experience. Please take a moment to complete our short survey by clicking on the following link: https://cloud.nextcloud.com/apps/forms/s/i9Ago4EQRZ7TWxjfmeEpPkf6 Thank you for contributing to Nextcloud and we hope to hear from you soon! (If you believe you should not receive this message, you can add yourself to the blocklist.) |
Improvements/TODO: 1. Fail/return error if group doesn't exist 2. Only print the members and not the groupname Signed-off-by: E.S. Rosenberg a.k.a. Keeper of the Keys <[email protected]>
8ef7a7d
to
c7acab5
Compare
It is not an exact match on the group id Signed-off-by: Côme Chilliet <[email protected]>
Thanks for your first pull request and welcome to the community! Feel free to keep them coming! If you are looking for issues to tackle then have a look at this selection: https://github.com/nextcloud/server/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22 |
@Keeper-of-the-Keys Thank you for your contribution! |
Summary
As the title states this adds an optional groupname argument to
occ group:list
so you can see the members of just that group.Now you can do
occ group:list groupname
If the change is welcome I can work on the further needed steps to get it in.
TODO
Checklist
- [ ] Screenshots before/after for front-end changes